www.gusucode.com > 搜索动力2010 v4.9 > 搜索动力2010 v4.9\code\baidugoogle.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="config.asp"-->
<!--#include file="synchron.asp"-->
<%search=Server.URLEncode(request("search"))%>
<%
url="http://"&serverline&"/zxsou/baidugoogle.asp?list=union&webmaster="&webmaster&"&search="&search
Html=GetPage(url)
baidugoogle=GetContent(Html,"<!--baidugoogle top-->","<!--baidugoogle bottom-->",0)
%>
<%if synchronup=1 then%>
<%=baidugoogle%>
<%else%>
<%Response.redirect"http://"&serverline&"/zxsou/baidugoogle.asp?webmaster="&webmaster&"&search="&search%>
<%end if%>